+2008-06-13 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/gdkwindow.c: Fix doc typos
+
2008-06-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystem.c: Avoid PLT entries by including
* gdk_window_redirect_to_drawable:
* @window: a #GdkWindow
* @drawable: a #GdkDrawable
- * src_x: x position in @window
- * src_y: y position in @window
- * dest_x: x position in @drawable
- * dest_y: y position in @drawable
- * width: width of redirection
- * height: height of redirection
+ * @src_x: x position in @window
+ * @src_y: y position in @window
+ * @dest_x: x position in @drawable
+ * @dest_y: y position in @drawable
+ * @width: width of redirection
+ * @height: height of redirection
*
* Redirects drawing into @windows so that drawing to the
* window in the rectangle specified by @src_x, @src_y,